.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 1.52rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.04rem;
  z-index: 99;
}
.header .logo-image {
  width: 2rem;
  height: .4rem;
}
.header .function-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .function-box .function {
  width: .89rem;
  height: 100%;
  margin-right: .565rem;
  cursor: pointer;
  margin-bottom: .05rem;
}
.header .function-box .function .text {
  width: 1rem;
  font-size: .211rem;
  
  
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  border-bottom: 0.03rem solid transparent;
}
.header .function-box .function .text::before {
  transition: all 0.26s ease;
  position: absolute;
  right: .03rem;
  bottom: 53%;
}

.header .function-box .function .chActive::before {
  transition: all 0.26s ease;
  position: absolute;
  right: .03rem;
  bottom: 53%;
  opacity: 1;
  visibility: visible;
}


.header .function-box .function:first-child .text {
  width: auto;
}
.header .function-box .function:hover .text,
.header .function-box .current-page .text {
  font-weight: 700;
  font-size: .211rem;
}
.header .function-box .function:last-child {
  margin-right: 0;
}
.header .icon {
  opacity: 1;
  height: 100%;
  font-size: .2rem;
  margin-left: .16rem;
}
.header .icon:first-child {
  /*padding-right: 16px;*/
}

#mainIframe {
	width: 100%;
	height: 1.08rem;
}



/* 用户登录 */
.userLogin {
    background: transparent;
    color: #fff;
    transition: all .3s;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    /* background: #fff; */
    border: 0.01rem solid #dcdfe6;
    border-color: #dcdfe6;
    /* color: #606266; */
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: .149rem .248rem;
    font-size: .20rem;
    border-radius: .08rem;
    
}

.userinfo {
	position: relative;
  height: .55rem;
  width: .4rem;
}
.userinfo .dropdown-menu {
	position: absolute;
	right: 0px;
	top: .55rem;
	padding: .1rem 0;
    /*margin: .05rem 0;*/
    background-color: #fff;
    border: .01rem solid #e6ebf5;
    border-radius: .05rem;
    box-shadow: 0 0.16667rem 1rem 0 rgba(0,0,0,.1);
	width: 1.3rem;
	box-sizing: border-box;
}
.dropdown-menu_item {
    list-style: none;
    line-height: .47rem;
    padding: 0 .26rem;
    margin: 0;
    font-size: .186rem;
    color: #606266;
    cursor: pointer;
    outline: none;
}
.dropdown-menu_item a {
    font-size: .186rem;
    color: #606266;
}
.dropdown-menu_item:focus, .dropdown-menu_item:hover {
    background-color: #e6f4fb;
    color: #34a5df;
}
.dropdown-menu_item:focus a, .dropdown-menu_item:hover a {
    color: #34a5df;
}
#header .function-login .userinfo .user_i {
  content: none!important;
  width: 0.3rem;
  height: 0.3rem;
  padding: 8px;
  border-radius: 50%;
  margin-top: 0.05rem;
  float: right;
  border: .01533rem solid hsla(0,0%,100%,.5);
}

.dropdown-menu .popper_arrow {
	left: 1.06rem;
    top: -.14rem;
    position: absolute;
    width: .15rem;
    height: .15rem;
    box-shadow: 0 0.16667rem 1rem 0 rgba(0,0,0,.1);
    display: block;
}




#userinfo_name {
    width: .854rem;
    height: 1.04rem;
    line-height: 1.04rem;
    position: absolute;
    top: -.24rem;
    left: -1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: .2134rem;
    text-align: right;
}

@media screen and (min-width: 1440px) and (max-width: 1680px) {
#userinfo_name {
    width: .854rem; 
    height: 1.04rem;
    line-height: 1.04rem;
    position: absolute;
    top: -.24rem;
    left: -1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: .2106rem;
    text-align: right;
}
}

@media screen and (min-width: 1680px) and (max-width: 1920px) {
#userinfo_name {
  width: .854rem;
    height: 1.04rem;
    line-height: 1.04rem;
    position: absolute;
    top: -.24rem;
    left: -1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: .2133rem;
    text-align: right;
}
}

@media screen and (min-width: 1920px) {
#userinfo_name {
    width: .854rem;
    height: 1.04rem;
    line-height: 1.04rem;
    position: absolute;
    top: -.24rem;
    left: -1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: .2107rem;
    text-align: right;
}
}



.bottom {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.headerFixed {
  background: #1c2132;
  transition: all 1s linear;
  z-index: 999;
}

.dark {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.dark .header {
  border-bottom: 0.02rem solid #fff;
}
.dark .header .logo-image {
  content: url("../../img/IndexHeader/logo.png");
}
.dark .function-box .function .text {
  color: #222;
}
.dark .function-box .function .text a {
  color: #222;
}
.dark .function-box .function .text::before {
  content: url("../../img/IndexHeader/hover-icon.png");
  opacity: 0;
  visibility: hidden;
}
.dark .function-box .function:hover .text,
.dark .function-box .current-page .text {
  color: #1c4299;
}
.dark .function-box .function:hover .text a,
.dark .function-box .current-page .text a {
  color: #1c4299;
}
.dark .function-box .function:hover .text::before,
.dark .function-box .current-page .text::before {
  opacity: 1;
  visibility: visible;
}
.dark .icon {
  color: #222;
}
.dark .icon:first-child {
  /*border-right: solid 1px rgba(34, 34, 34, 0.2);*/
}
.dark .children {
  display: none;
}

.white {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.white .header {
  border-bottom: 0.02rem solid #fff;
}
.white .header img {
  content: url("../../img/IndexHeader/logo2.png");
}
.white .function-box .function .text {
  color: hsla(0,0%,100%,.8);
}
.white .function-box .function .text a {
  font-size: .211rem;
  color: hsla(0,0%,100%,.8);
  font-weight: 600;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.white .function-box .function .text::before {
  content: url("../../img/IndexHeader/hover-icon2.png");
  opacity: 0;
  visibility: hidden;
}
.white .function-box .function:hover .text,
.white .function-box .current-page .text {
  color: #fff;
  opacity: 1;
}
.white .function-box .function:hover .text a,
.white .function-box .current-page .text a {
  color: #fff;
  opacity: 1;
}
.white .function-box .function:hover .text::before,
.white .function-box .current-page .text::before {
  opacity: 1;
  visibility: visible;
}
.white .function-box .function .homeActive::before {
    opacity: 1!important;
    visibility: visible!important;
content: url(../../img/IndexHeader/hover-icon2.png);
right: .35rem;
}
.white .icon {
  color: #fff;
}
.white .icon:first-child {
  /*border-right: solid 1px rgba(255, 255, 255, 0.3);*/
}
.white .children {
  font-size: .16rem;
  font-weight: 400;
  color: #ffffff;
  margin: .3rem 0;
  padding-bottom: 0.1rem;
  text-align: left;
  opacity: 0.8;
  display: none;
}
.white .children:hover {
  opacity: 1;
  border-bottom: 1px solid;
}

.dark:hover {
  /*background: rgba(0, 0, 0, 0.8);*/
  z-index: 1;
}
/*.dark:hover .header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}

.dark:hover .header img {
  content: url("../../img/IndexHeader/logo2.png");
}
.dark:hover .function-box .function .text {
  color: #1C4299;
}
.dark:hover .function-box .function .text a {
  color: #1C4299;
}*/
.dark:hover .function-box .function .text::before {
  content: url("../../img/IndexHeader/hover-icon.png");
  opacity: 0;
  visibility: hidden;
}
.dark:hover .function-box .function:hover .text,
.dark:hover .function-box .current-page .text {
  color: #1C4299;
  opacity: 1;
}
.dark:hover .function-box .function:hover .text a,
.dark:hover .function-box .current-page .text a {
  color: #1C4299;
  opacity: 1;
}
.dark:hover .function-box .function:hover .text::before,
.dark:hover .function-box .current-page .text::before {
  opacity: 1;
  visibility: visible;
}
/*.dark:hover .icon {
  color: #009690;
}*/
.dark:hover .icon:first-child {
  /*border-right: solid 1px rgba(255, 255, 255, 0.3);*/
}
.dark:hover .children {
  font-size: .16rem;
  font-weight: 400;
  color: #ffffff;
  margin: .3rem 0;
  padding-bottom: .1rem;
  text-align: left;
  opacity: 0.8;
  display: none;
}
.dark:hover .children:hover {
  opacity: 1;
  border-bottom: 1px solid;
}
.dark:hover .children {
  display: block;
}
.dark:hover .bottom {
  height: 2.70rem;
}

.white:hover {
  /*background: rgba(0, 0, 0, 0.8);*/
}
.white:hover .children {
  display: block;
}
.white:hover .bottom {
  height: 2.70rem;
}

/*# sourceMappingURL=test.css.map */



/* 首页弹窗 */

.dialog_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 2005;
}
.sy_dialog {
    margin-top: 23vh;
    width: 3.83rem;
    height: 6.36rem;
    position: relative;
    margin: 20vh auto 4.16667rem;
    /* background: #fff; */
    /* border-radius: .16667rem; */
    /* box-shadow: 0 0.08333rem 0.25rem rgba(0,0,0,.3); */
    box-sizing: border-box;
    /* width: 50%; */

}
.sy_dialog_header {
  position: relative;
}
.sy_dialog_header .dialog_header3 {
    position: absolute;
    top: .19rem;
    right: 1.20rem;
	width: 1.41rem;
    height: .55rem;
}
.sy_dialog_main {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: .20rem;
  position: relative;
}
.sy_dialog_title {

  width: 2.72rem;
  line-height: .22rem;
  margin: 0 auto;
  text-align: center;
  font-size: .16rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  -webkit-background-clip: text;
  
  /* -webkit-text-fill-color: transparent; */
}
.sy_dialog_conent {
  width: 100%;
  padding: 0rem .23rem; 
  padding-top: .20rem;
  box-sizing: border-box;
}
.sy_dialog_conent p {
  font-size: .13rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei!important;
  font-weight: 400!important;
  color: #666666!important;
  line-height: .24rem!important;
  text-indent: 0em!important;
  text-align: justify;
}

.dialog_header4 {
  position: absolute;
  left: .14rem;
  bottom: .10rem;
  width: .10rem;
  height: .10rem;
}
.dialog_header5 {
  position: absolute;
  right: .14rem;
  bottom: .10rem;
  width: .10rem;
  height: .10rem;
}

.dialog_close {
  position: absolute;
  top: -0.10rem;
  right: -0.10rem;
}
.dialog_close img {
 /* opacity: 0.35; */
 cursor: pointer;
 width: .2rem;
 height: .2rem;
}

.dialog_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 2004;
    transition: .5s ease;
}



/* 提示外部链接 */

.dialog_wrapper2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 2005;
}
.sy_dialog2 {
    margin-top: 23vh;
    width: 270px;
    height: 200px;
    position: relative;
    margin: 36vh auto 4.16667rem;
    background: #fff;
    border-radius: .12rem;
    box-shadow: 0 0.08333rem 0.25rem rgba(0,0,0,.3);
    box-sizing: border-box;
    /* width: 50%; */

}
.dialog_modal2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 2004;
    transition: .5s ease;
}


.sy_dialog2 span {
    position: absolute;
    display: block;
    right: 0.3rem;
    width: .8rem;
    height: .46rem;
    bottom: 0.1rem;
    border-radius: 3px;
    background-color: #409eff;
    border-color: #409eff;
    color: #fff;
    text-align: center;
    line-height: .5rem;
    font-size: .21rem;
    cursor: pointer;
}
.sy_dialog2 .closeImg {
    position: absolute;
    width: .3rem;
    height: .3rem;
    right: .1rem;
    top: .1rem;
    cursor: pointer;
}





/*  首页 向下滚动 标识  */
#tips-mousewheel {
    height: auto;
    z-index: 9999999999999999999999;
    position: absolute;
    top: 65%;
    right: .30rem;
    background: none;
    text-align: center;
    -webkit-animation: breathing 3s ease-in-out infinite;
    -moz-animation: breathing 3s ease-in-out infinite;
    animation: breathing 3s ease-in-out infinite;
    
}


#tips-mousewheel p {

	font-size: .14rem;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0rem;
	height: .35rem;
    line-height: .35rem;
	opacity: .8;
}

#tips-mousewheel img {
	width: .28rem;
	height: .40rem;
}

@-webkit-keyframes breathing {
	0% {
        opacity:0;
        /* -webkit-transform:scale(0.9); */
    }
    50% {
        opacity:1;
        /* -webkit-transform:scale(1); */
    }
    100% {
        opacity:0;
        /* -webkit-transform:scale(0.9); */
    }
}
@-moz-keyframes breathing {
	0% {
        opacity:0;
        /* -moz-transform:scale(0.9); */
    }
    50% {
        opacity:1;
        /* -moz-transform:scale(1); */
    }
    100% {
        opacity:0;
        /* -moz-transform:scale(0.9); */
    }
}
@keyframes breathing {
	0% {
        opacity:0;
        /* transform:scale(0.9); */
    }
    30% {
        opacity:1;
        /* transform:scale(1); */
    }
    70% {
        opacity:1;
        /* transform:scale(1); */
    }
    100% {
        opacity:0;
        /* transform:scale(0.9); */
    }
}

